
function tpl3_onload()
{
	MM_preloadImages('image/navi_hline_hover.gif','image/navi_hline_hover_l2.gif');
}

function openPIC(url,w,h)
{
	theWindow=window.open(url+'.jpg','ImageView','resizable=no,toolbar=no,scrollbars=no,menubar=yes,width='+(w+20)+',height='+(h+47))
	if(theWindow){theWindow.focus();}
}
