<!--
function OpenWindow(LinkPage) {

var LinkWindow =  open('', 'LinkWindow', 'top=0,left=0,width=459,height=287')

LinkWindow.document.write('<html><head><title>Vakantie in het warme hart van Itali&euml;</title></head>')
LinkWindow.document.write('<frameset rows="*,27" frameborder="no" framespacing="0" border="0" noresize>')		
LinkWindow.document.write('<frame name="MAINFRAME" src= ')
LinkWindow.document.write(LinkPage)
LinkWindow.document.write('  scrolling="auto" marginheight="0" marginwidth="0">')
LinkWindow.document.write('<frame name="backframe" src="../scripts/back.htm" scrolling="no" marginheight="0" marginwidth="0">')		
LinkWindow.document.write('</frameset></html>')
}
//-->

<!--
function OpenBigWindow(LinkPage) {

var LinkWindow =  open('', 'LinkWindow', 'top=0,left=0,width=800,height=600')

LinkWindow.document.write('<html><head><title>Vakantie in het warme hart van Itali&euml;</title></head>')
LinkWindow.document.write('<frameset rows="*,27" frameborder="no" framespacing="0" border="0" noresize>')		
LinkWindow.document.write('<frame name="MAINFRAME" src= ')
LinkWindow.document.write(LinkPage)
LinkWindow.document.write('  scrolling="auto" marginheight="0" marginwidth="0">')
LinkWindow.document.write('<frame name="BACKFRAME" SRC="../scripts/back.htm" scrolling="no" marginheight="0" marginwidth="0">')		
LinkWindow.document.write('</frameset></html>')
}
//-->

<!--
function OpenNewWindow(LinkPage) {
	x = (screen.availWidth - 700)/2
	y = (screen.availHeight - 700)/2
	winVars = "top=" + y + ",left=" + x + ",width=700,height=700,scrollbars=1"
var LinkWindow =  open(LinkPage, 'LinkWindow', winVars)
}
//-->