var opennewwindow="no";
var windowURL="";

function SQLEnterpriseManagerWindow()
{
	var popUp = window.open("http://drundo.net/sqlentman", "7005", "resizable=yes, scrollbars=yes, status=no, width=1024, height=768");
		
	self.name = "mainWin";
	
	return;
}

//Comodo Login Window
function ComodoLoginWindow()
{
	var popUp = window.open('https://drundo.net/ssl/Comodo-Client-Login.html', "popupWin", 'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=880,height=640');
	
	self.name = "mainWin";
	
	return;
}

// Credit Card Payemtn Credit Card Number Help 
function CreditCardHelpWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/CreditCardNumberHelp.htm','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=600,height=440,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// Comodo SSL Trust Logo Support 
function TrustLogoWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/ComodoTrustLogo.html','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=480,height=320,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// Comodo SSL Card Payment Logo Support 
function CardPaymentWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/ComodoCardPaymentLogo.html','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=420,height=280,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// Comodo SSL Support 
function PrivateSSLInfoWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/ComodoSSL.html','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=480,height=360,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// Secure Live Chat Window  
function openWindowLiveChat()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/SecureLiveChat.html','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=380,height=240,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// Dedicated IP Support 
function DedicatedIPInfoWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/DedicatedIP.html','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=480,height=320,left=150,top=150');
	
	self.name = "mainWin";
	
	return;
}

// StoreFront Deployment Service Window 
function StoreFrontDeploymentInfoWindow()
{
	var popUp = window.open('https://drundo.net/App_Scripts/html/HostingStoreFrontDeplyomentService.htm','EIN','scrollbars=no,resizable=no,toolbar=no,titlebar=no,width=480,height=380,left=150,top=150');
	
	self.name = "mainWin";

	return;
}

// Company Policy Windows
function openWindowPolicy(option)
{
	switch(option)
	{
		case(option="ESign"):
			var popUp = window.open('~/company/Policies.aspx?source=ESignPolicy&target=window','ESign','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=680,height=480');
			break
			
		case(option="HostingRefundPolicy"):
			var popUp = window.open('~/company/Policies.aspx?source=HostingRefundPolicy&target=window','Hosting Refund Policy','width=650,height=750,scrollbars=yes');
			break
			
		case(option="HostingAcceptableUsePolicy"):
			var popUp = window.open('~/company/Policies.aspx?source=HostingAcceptableUsePolicy&target=window','HostingAcceptableUsePolicy','width=650,height=750,scrollbars=yes');
			break

		case(option="PrivacyPolicy"):
			var popUp = window.open('~/company/Policies.aspx?source=PrivacyPolicy&target=window','PrivacyPolicy','width=650,height=750,scrollbars=yes');
			break

		case(option="HostingServiceLevelAgreement"):
			var popUp = window.open('~/company/Policies.aspx?source=HostingServiceLevelAgreement&target=window','HostingServiceLevelAgreement','width=650,height=750,scrollbars=yes');
			break

		case(option="HostingTermsAndConditions"):
			var popUp = window.open('~/company/Policies.aspx?source=HostingTermsAndConditions&target=window','HostingTermsAndConditions','resizable=1,width=580,height=640,scrollbars=yes');
			break
			
		case(option="HostingBillingPolicy"):
			var popUp = window.open('~/company/Policies.aspx?source=HostingBillingPolicy&target=window','HostingBillingPolicy','resizable=1,width=580,height=640,scrollbars=yes');
			break
	}

	self.name = "mainWin";
	return;
}

