function bookit(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=yes,width=640,height=620,top=100,left=200');
}
function go(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=yes,width=640,height=620,top=100,left=200');
}
function vagina(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=yes,width=590,height=750,top=100,left=200');
}
function customer_popup(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=no,width=350,height=400,top=100,left=200');
}
function open_gallery(theURL)
{
  window.open(theURL,'popup','scrollbars=no,resizable=no,width=500,height=350,top=100,left=200');
}
function open_email(theURL)
{
  window.open(theURL,'popup','scrollbars=no,resizable=no,width=400,height=300,top=100,left=200');
}
function unsubscribe(theURL)
{
  window.open(theURL,'popup','scrollbars=no,resizable=no,width=300,height=200,top=100,left=200');
}