function printwiopen(site)
{                    
	window.open(site +'?OpenDocument','PrintWindow','width=710,height=700,left=150,top=0,location=no,resizable=yes,scrollbars=yes');
};
