function cardopen2(URL)
{
if (navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.indexOf('7.')>-1&&screen.height<=600)
{
day = new Date();
id = "bijboc";
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 = "bijboc";
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 = "bijboc";
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 = '/index.php';
}
else
{
day = new Date();
id = "bijboc";
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 = '/index.php';
}
}

