var exit = true;
function exitwindow()
{ 
    if (exit) 
    { 
        // open('pop.html','WindowName'); 
    }
};
