function Jump(PJ){
	n = PJ.selectedIndex;
	location.href = PJ.options[n].value;
}

function RunFlash1(){
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="100%" height="100%">\n');
document.write('<param name="movie" value="index_flash.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="index_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>\n');
document.write('</object>\n');
}

function RunFlash2(){
	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="120" height="80">\n');
	document.write('<param name="movie" value="http://www.fw-powder.com/f_bannar.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="http://www.fw-powder.com/f_bannar.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="80"></embed>\n');
	document.write('</object>\n');
}

function OpenWin (c) {
    window.open(c,'cal','width=600,height=700,scrollbars=yes,resizable=no,status=no');
}

function CloseWin(){
    window.close();
}

imgnum=1;
function changeImage(){
    if(imgnum==1){
        document.myimg.src="http://www.fw-powder.com/f_image/1.jpg";
        imgnum=2;
    }else if(imgnum==2){
        document.myimg.src="http://www.fw-powder.com/f_image/2.jpg";
        imgnum=3;
    }else if(imgnum==3){
        document.myimg.src="http://www.fw-powder.com/f_image/3.jpg";
        imgnum=4;
    }else if(imgnum==4){
        document.myimg.src="http://www.fw-powder.com/f_image/4.jpg";
        imgnum=5;
    }else if(imgnum==5){
        document.myimg.src="http://www.fw-powder.com/f_image/5.jpg";
        imgnum=6;
    }else if(imgnum==6){
        document.myimg.src="http://www.fw-powder.com/f_image/6.jpg";
        imgnum=1;
    }
    setTimeout("changeImage()",4000);
}

function setURL(url) {
window.opener.focus();
window.opener.location.href = url;
}