function callFlash(URI, W, H) {

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + W + '" height="' + H + '"><param name="movie" value="' + URI + '" /><param name="base" value="." /><param name="quality" value="high" /><embed src="' + URI + '" base="." quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + W + '" height="' + H + '"></embed></object>');

/*win01=window.open('krefa_hp/top.html','popup','status=no,scrollbars=yes,resizable=yes,width=800,height=600,top=0,left=0');
win01.focus();*/
}


function SubWin(url){
win02=window.open(url,"newwin","width=800,height=600,scrollbars=yes,location=no,menubar=no,top=0,left=0");
win02.focus();
}


function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}