﻿/* -----------------------------------------------
   Dynamic Popup - v.1
   (c) 2006 www.haan.net
   contact: jeroen@haan.net
   You may use this script but please leave the credits on top intact.
   Please inform us of any improvements made.
   When usefull we will add your credits.
  ------------------------------------------------ */

<!--
function nwwn(path, id)
{
	if(id=='cca')
	{
		mywindow = window.open(path,'Player','resizable=yes,status=no,width=400,height=365,top=100,left=100');
	}
	if(id=='ccb')
	{
		mywindow = window.open(path,'Player','resizable=yes,status=no,width=774,height=440,top=100,left=100');
	}
	if(id=='panoflash')
	{
		mywindow = window.open(path,'panoramaflash','resizable=yes,status=no,width=450,height=300,top=100,left=100');
	}
	if(id=='riekje')
	{
		mywindow = window.open(path,'panorama','resizable=yes,status=no,width=450,height=300,top=100,left=100');
	}
	if(id=='bransus')
	{
		mywindow = window.open(path,'virtual_tour','resizable=yes,status=no,width=550,height=300,top=100,left=100');
	}
	if(id=='mhgroup')
	{
		mywindow = window.open(path,'mhgroup','resizable=yes,status=no,width=358,height=360,top=100,left=100');
	}
	if(id=='beekmans')
	{
		mywindow = window.open(path,'beekmans','resizable=yes,status=no,width=512,height=358,top=100,left=100');
	}
	if(id=='boekje')
	{
		mywindow = window.open(path,'Boekje','resizable=yes,status=no,width='+screen.width+',height='+screen.height+',top=0,left=0');
	}
	if(window.focus)
	{
		mywindow.focus();
	}
	//var showFunc = function(){ pull(mywindow,id) };
	//setTimeout(showFunc,50);
}

//-->