﻿function openpdf(url)
{
	newWindow = window.open(url,"pdf","resizable=yes,width=800,height=400,toolbar=no,location=no,scrollbars=yes,menubar=no");
}

function aboutus()
{
	aboutWindow = window.open("/aboutus.php","aboutus","width=720,height=540,toolbar=no,location=no,scrollbars=yes,resizable=yes,menubar=no");
}

function phone()
{
	newWindow2 = window.open("/phone.php","phone","width=550,height=400,toolbar=no,location=no,scrollbars=no,menubar=no");
}

function gsa()
{
newWindow3 = window.open("/gsa.php","gsa","width=570,height=365,toolbar=no,location=no,scrollbars=no,menubar=no");
}

function on_the_web()
{
	newWindow4 = window.open("/on_the_web.htm","on_the_web","width=437,height=280,toolbar=no,location=no,scrollbars=no,menubar=no");
}

function redirect(url)
{
	newWindow5 = window.open(url,"redirection","resizeable=yes,width=800,height=400,toolbar=yes,location=yes,scrollbars=yes,menubar=yes");
}

function redirect_swirl(url)
{
	newWindow8 = window.open(url,"redirection","resizeable=yes,width=600,height=400,toolbar=yes,location=yes,scrollbars=yes,menubar=yes");
	newWindow8.moveTo(0,0);
}

function emailcontrol()
{
	Mail="mailto:uptime@uptime4u.com?subject=Response from Website";
	window.location.href=Mail;
}

function emailus()
{
	var name = "product_specialists";
	var domain = "uptime4u.com"; 
	Mail = "mailto:" + name + "@" + domain + "?subject=Response from Website&body=%0a%0d%0a%0d%0a%0dReferring location: " + document.location.href;
	window.location.href=Mail;
}

function request(url)
{
	newWindow6 = window.open(url,"requestinfo","width=500,height=450,toolbar=no,location=no,scrollbars=yes,menubar=no");
}

function requestGallery()
{
	var url = '/requestinfo.php?location=' + document.location.href;
	newWindow6 = window.open(url,"requestinfo","width=500,height=450,toolbar=no,location=no,scrollbars=yes,menubar=no");
}

function opensite(url)
{
	newWindow7 = window.open(url,"pdf","resizable=yes,width=800,height=400,toolbar=yes,location=yes,scrollbars=yes,menubar=yes");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
					  window.open(theURL,winName,features);
}
