﻿// JScript File
function printPage(id)
{
window.open("printPage.aspx?page="+id,
	null,"location=0,status=0,scrollbars=1,width=600,height=600");
}
