function closeUsaPopup() {
window.opener.location.href="/fast_product_locator.html";
window.close();
}

// // doesn't work in nn6.2
// function openUsaPopup()
// {
// window.opener = 'main';
// open('/usa_popup.html', 'usa', 'directories=no,scrollbars,resizable,toolbar=no,titlebar,location=no,height=350,width=400');
// //self.close();
// }

function openTeleservice()
{
open('/teleservice_demo.html', 'teleservice', 'directories=no,scrollbars,resizable,toolbar=no,titlebar,location=no,height=350,width=600');
//self.close();
}

// function openCountry2()
// {
// open('/usa_home.html', 'country', 'directories,scrollbars,resizable,toolbar,titlebar,location,height=480,width=640');
// //self.close();
// }

function openProdPic()
{
open('/cobas.html', 'detail', 'height=393,width=600');
//self.close();
}
