<!--
TestString = 'failed';
// -->


<!--
function InitializeTestPopup() {
TestPopup = window.open('','','height=100,width=100'); 
TestString = TestPopup;
TestPopup.close();
}
// -->


<!--
function Verdict() {
if(TestString == 'failed' || TestString == null)
{
//alert('No popup was made.');
}
else
{
basket_pop=window.open('','sub','top=100, left=100,titlebar=no,toolbar=no,width=400, height=400,directories=no,status=yes,scrollbars=yes, resizable=yes,menubar=no'); basket_pop.blur(); window.focus();
 document.basket.submit()
}
}
// -->