
function RunFoo()

{

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,0,0" width="604px" height="680px">\n');

document.write('<PARAM name="MOVIE" value="main.swf">\n');

document.write('<PARAM name="PLAY" value="true">\n');

document.write('<PARAM name="LOOP" value="true">\n');

document.write('<PARAM name="QUALITY" value="High">\n');

document.write('<EMBED src="main.swf" width="604px" height="680px" type="a">\n');

document.write('</object>\n');

}


function openwin(url) {
 w = window.open(url, 'win','width=650,height=700,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function openwin_me(url) {
 w = window.open(url, 'win','width=650,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

function rec(url){ 
window.open(url, "window_name", "width=640,height=705,scrollbars=yes","resizable=yes");
}
