function disableToolbar(){
PDF.setShowToolbar(false);
}
function aup()
{
 myRef = window.open("aup.asp",'mywin','left=20,top=20,toolbar=0,width=600, height=600,resizable=1');
}
function sa()
{
   myRef = window.open("sa.asp",'mywin','left=20,top=20,toolbar=0,width=600, height=600,resizable=1');
}
