

function openWindow(newURL) {

	newWindow = window.open(newURL, 'newWin', 'toolbar=no,location=no,scrollbars=auto,width=325,height=360')
}

function copyrightwindow(newURL) {

	newWindow = window.open(newURL, 'newWin', 'toolbar=no,location=no,scrollbars=auto,width=630,height=430')
}

function writereview(newURL) {

	newWindow = window.open(newURL, 'newWin', 'toolbar=no,location=no,scrollbars=auto,width=630,height=430')
}

function moreinfo(pid)
{
var f = document.forms[0];
var docServerPath = "http://www.stadiometer.com/productstatus/moreinfo.php?pid=" + pid;
window1=window.open(docServerPath,'messageWindow1','scrollbars=no,width=325,height=300');
 
}

function moreinfoshipping(pid)
{
var f = document.forms[0];
var docServerPath = "http://www.stadiometer.com/productstatus/moreinfoshipping.php?pid=" + pid;
window1=window.open(docServerPath,'messageWindow1','scrollbars=no,width=325,height=420');
 
}
function moreinfowarranty(pid)
{
var f = document.forms[0];
var docServerPath = "http://www.stadiometer.com/productstatus/moreinfowarranty.php?pid=" + pid;
window1=window.open(docServerPath,'messageWindow1','scrollbars=no,width=325,height=380');
 
}
function moreinforeturn(pid)
{
var f = document.forms[0];
var docServerPath = "http://www.stadiometer.com/productstatus/moreinforeturn.php?pid=" + pid;
window1=window.open(docServerPath,'messageWindow1','scrollbars=no,width=325,height=380');
 
}



  var contact = "CustomerService@stadiometer.com"

  var email = "customerservice"

  var emailHost = "stadiometer.com"
