// functions.js
// javascript functions for Paramountzone site
// written by PAB, ClockTowerWeb Ltd, http://www.clocktowerweb.co.uk/

// Calls "mail this page pro" in new window
function OpenMTPProWindow(theURL,winName,features) {
  realURL = "/cgi-bin/mtppro/MTP-Pro.cgi?" + location.href;
  window.open(realURL,'mtppro','toolbar=no,scrollbars=yes,resizable=yes,width=385,height=410');
}

// Calls "review this product" in new window
function OpenReviewWindow(theURL,winName,features) {
  window.open('/reviewproduct.html','review','scrollbars=yes,resizable=yes,width=350,height=470');
}

// Calls competition entry form in new window
function OpenCompetitionWindow(theURL,winName,features) {
  window.open('/popup_comp.php','competition','scrollbars=no,resizable=yes,width=350,height=470');
}

// Calls contact form in new window
function OpenContact1(theURL,winName,features) {
  window.open('/popup_contact1.php','contact','scrollbars=no,resizable=yes,width=360,height=580');
}

// Calls contact form in new window
function OpenContact2(theURL,winName,features) {
  window.open('/popup_contact2.php','contact','scrollbars=no,resizable=yes,width=350,height=490');
}

// Calls contact form in new window
function OpenContact3(theURL,winName,features) {
  window.open('/popup_contact3.php','contact','scrollbars=no,resizable=yes,width=350,height=490');
}

// Calls contact form in new window
function OpenContactaffil(theURL,winName,features) {
  window.open('/popup_contactaffil.php','contact','scrollbars=no,resizable=yes,width=350,height=490');
}

// Calls contact form in new window
function OpenContactsugg(theURL,winName,features) {
  window.open('/popup_contactsugg.php','contact','scrollbars=no,resizable=yes,width=350,height=480');
}

// Calls contact form in new window
function OpenContact7(theURL,winName,features) {
  window.open('/popup_contact7.php','contact','scrollbars=no,resizable=yes,width=350,height=480');
}

// Calls contact form in new window
function OpenContactjames(theURL,winName,features) {
  window.open('/popup_contactj.php','contact','scrollbars=no,resizable=yes,width=350,height=480');
}

// Calls contact form in new window
function OpenShipping(theURL,winName,features) {
  window.open('http://www.thinkawesome.com/shipping_charges.php','contact','scrollbars=no,resizable=yes,width=480,height=450');
}

// Calls Secure Shopping Info in new window
function OpenSecure(theURL,winName,features) {
  window.open('http://www.thinkawesome.com/secure_shopping_info.php','SecureShopping','scrollbars=no,resizable=yes,width=480,height=403');
}