


function openwin(url)
{
temp=document.title;
window.open(url,'','width=700,height=550,screenX=10,screenY=20,left=10,top=20,toolbar=0,scrollbars=1,menubar=0,resizable=0');
document.title=temp;
}

