﻿function Max() {
	window.moveTo(0,0);
	var w = screen.availWidth;
	var h = screen.availHeight;
	window.resizeTo(w, h);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popPreview(){
 MM_openBrWindow('Kid1234','popPreview','width=800,height=600');
}
function flash(url,width,height) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" align="middle">');
    document.write('<param name="movie" value="'+url+'" />');
    document.write('<param name="quality" value="high" />');
    document.write('<embed src="'+url+'" width="'+width+'" height="'+height+'" align="middle" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>');
    document.write('</object>');
}