// JavaScript Document

function PrintSpread() {
	document.write("<object id=oktire_print_en codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 height=16 width=166 align=middle classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 VIEWASTEXT>");
	document.write("<param name='Movie' value='oktire_print_en.swf'>");
	document.write("<param name='Src' value='oktire_print_en.swf'>");
	document.write("<param NAME='Play' VALUE='0'>");
	document.write("<param NAME='Loop' VALUE='-1'>");
	document.write("<param NAME='Menu' VALUE='-1'>")
	document.write("<param NAME='FlashVars' VALUE='"+strPrint+"'>");
	document.write("<embed src='oktire_print_en.swf' flashvars='"+strPrint+"' quality='high' bgcolor='#ffffff' width='166' height='16' name='oktire_print_en' align='middle' allowScriptAccess='sameDomain'  type='application/x-shockwave-flash'  pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
	
}



function PrintSingle(strSingle) {
	document.write("<object id=oktire_print_en codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0  height=16 width=166 align=middle classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 VIEWASTEXT>");
	document.write("<param name='Movie' value='print_single.swf'>")
	document.write("<param name='Src' value='print_single.swf'>")
	document.write("<param NAME='Play' VALUE='0'>")
	document.write("<param NAME='Loop' VALUE='-1'>");
	document.write("<param NAME='Menu' VALUE='-1'>")
	document.write("<param name='flashvars' value='"+strSingle+"'>");
	document.write("<embed src='print_single.swf' flashvars='"+strSingle+"' quality='high' bgcolor='#ffffff' width='166' height='16'  name='oktire_print_en' align='middle' allowScriptAccess='sameDomain'  type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}