function closeWindow()
{
window.close();
}
function openWindow()
{
window.open ("product_locator_form.html");
}

