function MM_openBrWindow(theURL,winName,features)
{
Hschermo = (window.screen.height - 710) / 2
Wschermo = (window.screen.width - 1014) / 2
window.open(theURL, winName, "left=" + Wschermo + ",top=" + Hschermo + ",width=1014,height=710,fullscreen=yes")
}
Ciao
Cattivik