
function scherm()
{
// als voorbeeld laten staan
UserWidth = window.screen.width;
UserHeight = window.screen.height;
UserWidth = "Screen Width = " + UserWidth;
UserHeight = " Screen Height = " + UserHeight;
alert(UserWidth + UserHeight)
}



function schermstrips()
{
UserWidth = window.screen.width - 100;
UserHeight = window.screen.height - 200;
window.open("strips/stripsmainpage.htm","StripsVenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+UserWidth +",height="+UserHeight+",left=50,top=50");
}


function schermbreakingnews(inputWidth)
{
window.open("breakingnews.htm","BreakingNews","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+inputWidth +",height=570,left=150,top=150");
}


function schermstriptekenaar()
{
window.open("images/striptekenaar.htm","Striptekenaar","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=490,height=350,left=450,top=100");
}




function schermtijdschriften()
{
window.open("flash/homeintro.html","Tijdschriften","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=530,height=480,left=150,top=150");
}

