<!--//
function dataSheet(url,name)
{
window.open(url,name,'scrollbars=yes,toolbars=no,menu=no,status=no,directories=no,width=550,height=400');
}

function printData()
{
window.print();
}

function dataClose()
{
this.window.close();
}
//-->