﻿function PrintPage(DivName, idculture)
	{
	var sOp="toolbar=yes,location=no,menubar=yes,scrollbars=yes,width=700,height=450,left=100,top=25,resizable=yes, status=yes";
	var sWinHtml=document.getElementById(DivName).innerHTML;
	var strAddress="";
	if (idculture==1)
	{
		strAddress="<td style='padding-left:20px'>PO Box 2642<br><b>Tel:</b> (855-23) 212 847 or 220-362 ext 106<br><b>Fax:</b> (855-23) 212 903<br><b>Email:</b> <a href='mailto:betterfactories@ilo.org'>betterfactories@ilo.org</a></td><tr></table><hr color='#555555' size=1><br>"
	}
	else if (idculture==2)
	{
		strAddress="<td style='padding-left:20px'><font class='kh18'>RbGb&acute; sMbuRt elx .2642<br>TUrs&amp;B&THORN;.&pound;.(855-23).212-847.elxbn&thorn;.106-107<br>TUrsar.&pound;.(855-23).212-903<br>GuIem&uml;l.&pound;.</font><a href='mailto:betterfactories@ilo.org'>betterfactories@ilo.org</a></td><tr></table><hr color='#555555' size=1><br>"
	}
	else if (idculture==3)
	{
		strAddress="<td style='padding-left:20px'><font class='normal3'>邮政信箱2642号<br><b>电话：</b> (855-23) 212 847 或 220-362 转106<br><b>传真：</b> (855-23) 212 903<br><b>电子邮件 :</b></font> <a href='mailto:betterfactories@ilo.org'>betterfactories@ilo.org</a></td><tr></table><hr color='#555555' size=1><br>"
	}
	var winprint
		winprint=window.open("","",sOp);
		winprint.document.open();
		winprint.document.write("<html>");
		winprint.document.write("<head><title>Better Factories Cambodia</title>");		
		winprint.document.write("<base href='http://www.betterfactories.org/'><LINK href=Styles.css type=text/css rel=stylesheet></head><body class='body' leftmargin=20 topmargin=20 onLoad=javascript:print_now();>");
		//winprint.document.write("<base href='http://time/bfc/'><LINK href=Styles.css type=text/css rel=stylesheet></head><body class='body' leftmargin=20 topmargin=20 onLoad=javascript:print_now();>");
		winprint.document.write("<div style='PADDING:20px; WIDTH:620px;'>");		
      	winprint.document.write("<table width=620><tr><td style='padding-left:0px;padding-right:20px' width=200><img src='images/bfc_logo_trans");
      	winprint.document.write(idculture);
      	winprint.document.write(".gif'></td>");
      	winprint.document.write(strAddress);
      	winprint.document.write(sWinHtml);
		winprint.document.write("</div>");
		winprint.document.write("</body></html>");
		winprint.focus();
		//<td style='padding-left:20px'>PO Box 2642<br><b>Tel:</b> (855-23) 212 847 or 220-362 ext 106<br><b>Fax:</b> (855-23) 212 903<br><b>Email:</b> <a href='mailto:betterfactories@ilo.org'>betterfactories@ilo.org</a></td><tr></table><hr color='#555555' size=1><br>
	}	