//  new window - pop up;
function pop(file)
{
helpwindow = window.open(file,"pophelp","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes/no,no,resizable=no,width=608,height=572,top=10, left=100");
helpwindow.focus();
return false;
}

function popquer(file)
{
helpwindow = window.open(file,"popnew","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes/no,no,resizable=no,width=375,height=260,top=150, left=100");
helpwindow.focus();
return false;
}

// Dank an Stefan Münz ! www.teamone.de

 


