\n");
}
function BICItemQuickJumpNav(args)
{
if (args != null && args != "")
{
if(window.opener == null)
{
//open in this window
window.location="?" + args;
//alert("The BICGraphic window has been closed.");
//return false;
}
else
{
if(!window.opener.closed)
{
window.opener.location="?" + args;
}
else
{
alert("The BICGraphic window has been closed.");
return false;
}
}
}
return false;
}
function BICVSQuickJumpNav(args)
{
if (args != null && args != "")
{
var strVal = args;
arVals = strVal.split("|");
if (arVals.length == 2)
{
//open virtual sample and navigate to detail page
var wnd = open_winbicvs_qj(arVals[0]);
var dtNow = new Date();
var lStartTime = dtNow.getTime();
var lEndTime = dtNow.getTime();
var strLoc = wnd.location.toString();
while(wnd.bLoaded != true && lEndTime - lStartTime < 60000)
{
//wait
dtNow = new Date();
lEndTime = dtNow.getTime();
strLoc = wnd.location.toString();
}
strLoc = wnd.location.toString();
if(strLoc.indexOf(arVals[0]) >= 0)
{
if(window.opener == null)
{
//open in this window
window.location = "?" + arVals[1];
//alert("The BICGraphic window has been closed.");
//return false;
}
else
{
if(!window.opener.closed)
{
window.opener.location = "?" + arVals[1];
}
else
{
alert("The BICGraphic window has been closed.");
return false;
}
}
}
else
{
//alert("vs failed to load");
//did not get to the vs page
}
wnd.bLoaded = false;
}
}
return false;
}
function open_winbicvs_qj(url)
{
//open directly
var winbicvs = window.open("" + url,"virtualsample","width=760,height=580,toolbar=1,scrollbars=1,resizable");
winbicvs.document.close();
winbicvs.focus();
return winbicvs;
}
//used by vs quick jump
var bLoaded=false;
function window_loaded()
{
bLoaded=true;
}
//-->
Advanced Search
Refine your search by one or more of the options below:
|