
function createFlash(DATA, WIDTH, HEIGHT, PARAMNAME, PARAMVALUE) {
	document.write('<object type="application/x-shockwave-flash" align="absmiddle" data="'+DATA+'"');
	document.write('width="'+WIDTH+'" height="'+HEIGHT+'">');
    document.write('<param name="'+PARAMNAME+'" value="'+PARAMVALUE+'">');
    document.write('</object>');
}


function checkState() {	
 function window.onbeforeprint() {
 document.getElementById('nav').style.display='none';
 }
 function window.onafterprint() {
 document.getElementById('nav').style.display='block';
 }
}

function openWindow(url) {
	myRef = window.open(url, 'mywin');
	myRef.focus();
}


