// JavaScript Document


function popup()
{
var win;
document.frm.txt_url.value=window.location;

win = window.open("", "test", "location=0,status=0,scrollbars=1, width=500,height=300, menubar=0, toolbar=0" );

frm.target="test";
document.frm.submit();														
}



function get_print()
{
window.print();
}

document.writeln("<style type='text/css'>@page{	size: landscape;margin: 2cm;}</style><table border=0 align=center width=100%><tr><td>&nbsp;</td></tr><tr><td align='right'><form name='frm' method='post' action='http://www.tur.me/tellfriendform.php' onSubmit='popup()'><input id='prnt_bttn' type='button' onclick='get_print()' value='' />&nbsp;&nbsp;<input name='txt_url' type='hidden'><input id='eml_bttn' type='submit' height='100px' class='but' value='' ></form></td></tr></table><br>");
