
var button1a = "gfx/home_off.gif"
var button1b = "gfx/home.gif"
var button2a = "gfx/profiel_off.gif"
var button2b = "gfx/profiel.gif"
var button3a = "gfx/partners_off.gif"
var button3b = "gfx/partners.gif"
var button4a = "gfx/team_off.gif"
var button4b = "gfx/team.gif"
var button5a = "gfx/nieuws_off.gif"
var button5b = "gfx/nieuws.gif"
var button6a = "gfx/contact_off.gif"
var button6b = "gfx/contact.gif"
var button7a = "gfx/links_off.gif"
var button7b = "gfx/links.gif"
var tempbutton = button1b;
var tempimage = button1a;


var win = null;
function NewWindow(mypage,myname,w,h,scroll){
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
	win = window.open(mypage,myname,settings);
}
