
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600');");
}

function goa(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'Goa','toolbar=no,width=790,height=570,scrollbars=no');");
}

function premier(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'Premier','toolbar=no,width=790,height=570,scrollbars=no');");
}

function arabic(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'Arabic','toolbar=no,width=790,height=570,scrollbars=no');");
}

function russian(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'Russian','toolbar=no,width=790,height=570,scrollbars=no');");
}

function vouchers(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'vouchers','toolbar=no,width=800,height=620,scrollbars=no');");
}
// End -->

