<!-- 

function frameprint_open(openlink) 
{
		var newwindow;
	    newwindow = window.open(openlink, "Print", "width=750,height=600,resizable=yes");
}

function frameprint_print()
{
		window.print();
		window.close();
}


//-->
