<!--

function write_flash(src,w,h,bg) {
			document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" id=\"home_demo\" align=\"middle\" height=\""+h+"\" width=\""+w+"\">");
			document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\">");
			document.write("<param name=\"movie\" value=\""+src+"\">");
			document.write("<param name=\"quality\" value=\"high\">");
			document.write("<param name=\"bgcolor\" value=\""+bg+"\">");
			document.write("<embed src=\""+src+"\" quality=\"high\" bgcolor=\""+bg+"\" name=\"home_demo\" allowscriptaccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" align=\"middle\" height=\""+h+"\" width=\""+w+"\">");
			document.write("</object>");
}
function popUp(strURL,strType,strHeight,strWidth) {
  var strOptions="";
  if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
  if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
  if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
  window.open(strURL, 'newWin', strOptions);
}

function move() {
	var time = null
window.location = 'http://www.krasnoff.com'
}
//-->