function cardopen2(URL)
{
if (navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.indexOf('7.')>-1&&screen.height<=600)
{
day = new Date();
id = "bijbo";
eval("cardopen" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=739,height=485,top=0,left=0');");
}
else
{
day = new Date();
id = "bijbo";
eval("cardopen" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=770,height=505,top=5,left=5');");
}
}

function cardopen(URL)
{
if (navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.indexOf('7.')>-1&&screen.height<=600)
{
day = new Date();
id = "bijbo";
eval("cardopen" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=739,height=485,top=0,left=0');");
window.top.location = '/';
}
else
{
day = new Date();
id = "bijbo";
eval("cardopen" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=770,height=505,top=5,left=5');");
window.top.location = '/';
}
}

function wo(url, w, h, n)
{ 
infowin=window.open(url,n,"toolbar=no,directories=no,status=no,scrollbars=auto,menubar=no,width="+w+",height="+h);
infowin.window.focus()
}


function goto_URLred(object)
{
if (object.options[object.selectedIndex].value == "0") 
{
}
else
{
	window.top.location = object.options[object.selectedIndex].value;
}
}

