
function popup(url, popupName, popWidth, popHeight)
{

var os = new Array(3);
os[0] = /Mac/;
os[1] = /Win/;
os[2] = /Linux/;

var brows = new Array(5);
brows[0] = /Firefox/;
brows[1] = /MSIE/;
brows[2] = /Netscape/;
brows[3] = /Opera/;
var browsertype = navigator.userAgent;

for (i=0; i < 2; i++) {
if (os[i].test(''+browsertype+'') == true) {
for (g=0; g < 3; g++) {
if (brows[g].test(''+browsertype+'') == true) {
if ((i==0)&&(g==0)) {
// Mac + Firefox
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
if ((i==0)&&(g==1)) {
// Mac + MSIE
popHeight = (popHeight + 0);
popWidth = (popWidth + 0);
}
if ((i==0)&&(g==2)) {
// Mac + Netscape
popHeight = (popHeight + 10);
popWidth = (popWidth + 10);
}
if ((i==0)&&(g==3)) {
// Mac + Opera
popHeight = (popHeight + 24);
popWidth = (popWidth + 20);
}
if ((i==1)&&(g==0)) {
// Windows + Firefox
popHeight = (popHeight + 20);
popWidth = (popWidth + 20);
}
if ((i==1)&&(g==1)) {
// Windows + MSIE
popHeight = (popHeight + 38);
popWidth = (popWidth + 30);
}
if ((i==1)&&(g==2)) {
// Windows + Netscape
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
if ((i==1)&&(g==3)) {
// Windows + Opera
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
}
}
}
}
window.open(url,popupName,"scrollbars=yes,menubar=no,toolbar=no,status=no,width="+popWidth+",height="+popHeight+",resizable=no");
} 
function popup1(url, popupName, popWidth, popHeight)
{
var os = new Array(3);
os[0] = /Mac/;
os[1] = /Win/;
os[2] = /Linux/;

var brows = new Array(5);
brows[0] = /Firefox/;
brows[1] = /MSIE/;
brows[2] = /Netscape/;
brows[3] = /Opera/;
var browsertype = navigator.userAgent;

for (i=0; i < 2; i++) {
if (os[i].test(''+browsertype+'') == true) {
for (g=0; g < 3; g++) {
if (brows[g].test(''+browsertype+'') == true) {
if ((i==0)&&(g==0)) {
// Mac + Firefox
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
if ((i==0)&&(g==1)) {
// Mac + MSIE
popHeight = (popHeight + 0);
popWidth = (popWidth + 0);
}
if ((i==0)&&(g==2)) {
// Mac + Netscape
popHeight = (popHeight + 10);
popWidth = (popWidth + 10);
}
if ((i==0)&&(g==3)) {
// Mac + Opera
popHeight = (popHeight + 24);
popWidth = (popWidth + 20);
}
if ((i==1)&&(g==0)) {
// Windows + Firefox
popHeight = (popHeight + 10);
popWidth = (popWidth + 10);
}
if ((i==1)&&(g==1)) {
// Windows + MSIE
popHeight = (popHeight + 38);
popWidth = (popWidth + 30);
}
if ((i==1)&&(g==2)) {
// Windows + Netscape
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
if ((i==1)&&(g==3)) {
// Windows + Opera
popHeight = (popHeight + 44);
popWidth = (popWidth + 30);
}
}
}
}
}
window.open(url,popupName,"scrollbars=yes,menubar=no,toolbar=no,status=no,width="+popWidth+",height="+popHeight+",resizable=no");
}

function go()
{
	box = document.forms[0].images;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go1()
{
	box = document.forms[1].images;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function got()
{
	box = document.forms.freak.topimages;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function got1()
{
	box = document.forms[0].topimages;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

