/* top demo china */
/* swf/popup.html */
function DemoPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=763,outerWidth=769,height=503,outerHeight=557,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

/* top demo spain */
/* swf/popup_spain.html */
function DemoSpainPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=763,outerWidth=769,height=503,outerHeight=557,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

/* top demo netherlands - heeft nog geen popup, de popup swf bestaat nog niet */

/* download pages demo */
/* swf/demobig.html */
function DemoBigPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=960,outerWidth=966,height=640,outerHeight=694,left=40,top=20,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

/* restaurant demo vanaf china cityguide, en portal */
/* swf/popup_restaurant.html */
function DemoRestaurantPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=763,outerWidth=769,height=503,outerHeight=557,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

/* top demo france - heeft nog geen popup, de popup swf bestaat nog niet */

/* top demo thailand - heeft nog geen popup, de popup swf bestaat nog niet */

/* top demo denmark - heeft nog geen popup, de popup swf bestaat nog niet */


/* bottom demo - how does it work */
/* swf/clickable/popup.html */
function HowPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=605,outerWidth=611,height=370,outerHeight=424,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

/* dynamic popup (pass id and taal) */
/* /popup.php */
function dynPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=605,outerWidth=611,height=370,outerHeight=424,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no");
}

/* supported countries popup */
/* /popup_countries.php */
function supportedCountriesPop(sName, sURL) {
   popup = window.open(sURL, sName, "width=405,outerWidth=411,height=450,outerHeight=504,left=60,top=40,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no");
}

