function showObject12() {
	document.all.className='go';}
function hideObject12() {
	document.all.className='pop';}

function openPopUpmisc(url,name,wt,ht)
{
              ht=parseInt(ht)+1;
               wt=parseInt(wt)+1;
window.open(url, name, 'toolbar=no,location=no, directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,top=75,left=150,width='+wt + ',height='+ht); 
     
}
function openPopUpmisc12(url,name,wt,ht)
{
              ht=parseInt(ht)+1;
               wt=parseInt(wt)+1;
window.open(url, name, 'toolbar=no,location=no, directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,top=75,left=150,width='+wt + ',height='+ht); 
     
}
function openPopUp(url,name,wt,ht)
{
              ht=parseInt(ht)+50;
               wt=parseInt(wt)+50;
window.open(url, name, 'toolbar=no,location=no, directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,top=0,left=0,width='+wt + ',height='+ht);      
}
