// JavaScript Document

function writeMain_OLD(){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"')>
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"')>
document.write('WIDTH="800" HEIGHT="500" id="np_home_flash_10_24_06" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="np_home_flash_10_24_06.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff></object>');

}




function writeMain(){
document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"')>
document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"')>
document.write('WIDTH="800" HEIGHT="500" id="np_home_flash_04_07" align="middle">');
document.write(' <PARAM NAME=movie VALUE="np_home_flash_04_07.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff></object>');

}




function writeSoundNav(){ 

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"')>
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"')>
document.write(' WIDTH="770" HEIGHT="30" id="main" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="../images/LYA_nav_song.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write(' <PARAM NAME=bgcolor VALUE=#000000></object>');
}








function resizeMe(width,height) {
	if (window.innerWidth){
		popWidth=window.innerWidth;popHeight=window.innerHeight;
	}else{
		popWidth=document.body.clientWidth;popHeight=document.body.clientHeight;
	}
	var left=(screen.width-width)/2;var top=(screen.height-height)/2;//FIGURE THE CENTER OF THE SCREEN
	self.window.moveTo(left,top)//MOVE THE POPUP TO THE CENTER
	popWidth=width-popWidth;popHeight=height-popHeight;window.resizeBy(popWidth, popHeight);//MAKE THE POPUP THE RIGHT SIZE
}




