﻿
var menuids=["suckertree1"] 

//Enter id(s) of SuckerTree UL menus, separated by commas

function buildsubmenus(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
    ultags[t].parentNode.getElementsByTagName("a")[0].className="subfolderstyle"
		if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu
			ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
		else //else if this is a sub level submenu (ul)
		  ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.display="block"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.display="none"
    }
    }
		for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars
		ultags[t].style.visibility="visible"
		ultags[t].style.display="none"
		}
  }
}

if (window.addEventListener)
window.addEventListener("load", buildsubmenus, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus)

/*********************************************************/

/*Javascript Sending Mail */

function SendMail()
{
//alert("Send Mail");

var name=document.getElementById("TxtName").value;
var telno=document.getElementById("TxtTelephone").value;
var country=document.getElementById("SelectCountry").value;
var mailid=document.getElementById("TxtEmail").value;
var subject=document.getElementById("TxtSubject").value;
var message=document.getElementById("TxtAreaMessage").value;

//alert(message);

//if((name=="")||(name==" "))
//{
// alert("Please Enter Your Name");
//}


//if((email=="")||(email==" "))
//{
// var AtPos = email.indexOf("@")
// var StopPos = email.lastIndexOf(".")

// if (AtPos == -1 || StopPos == -1) 
// {
//  alert("Please Enter Valid E-Mail Address");
// }
//}


//if((subject=="")||(subject==" "))
//{
// alert("Please Enter A Subject");
//}

//if((subject=="")||(subject==" ")||(message!="")||(message!=" "))
//{
// alert("Please Enter Subject And Message");
//}
//if((message=="")||(message==" "))
//{
// alert("Please Enter Message");
//}

//if((message=="")||(message==" ")||(subject=="")||(subject==" "))
//{
// alert("Please Enter Subject And Message");
//}




window.location.href='SendMail.aspx?name='+name+'&telno='+telno+'&country='+ country+'&mailid='+ mailid+'&subject='+ subject+'&message='+ message;

}


function GetQuote()
{



var service=document.getElementById("Services").value;

//alert(document.getElementById("Services").value);

var name=document.getElementById("TxtName").value;
var mailid=document.getElementById("TxtMailId").value;
var contact=document.getElementById("TxtContact").value;
var message=document.getElementById("TxtAreaMessage").value;

//window.location.href='LeftQuote.aspx?service='+service+'&name='+name+'&mailid='+ mailid+'&contact='+ contact+'&message='+ messages;

//alert("Hi");

window.location.href='LeftQuote.aspx?service='+service+'&name='+name+'&mailid='+ mailid+'&contact='+ contact+'&message='+ message;

//window.location.href='LeftQuote.aspx?service='+service+'&name='+name+'&mailid='+ mailid+'&contact='+ contact+'&message='+ messages;

}

function Portfolio(Id)
{
if(Id==1)
{
 window.location.href="http://www.baiduhotel.com"
}

if(Id==2)
{
 window.location.href="http://www.examinationonline.com"
}

if(Id==3)
{
 window.location.href="http://www.exportuscars.com/"
}

if(Id==4)
{
 window.location.href="http://www.openlar.com/"
}

if(Id==5)
{
 window.location.href="http://www.sulemusicandfilms.com/"
}
if(Id==6)
{
 window.location.href="http://www.printerinknmore.com/"
}

if(Id==7)
{
 window.location.href="http://www.toiletpapertissue.com"
}

if(Id==8)
{
 window.location.href="http://www.ifindsermons.com"
}
if(Id==9)
{
 window.location.href="http://duncanphillips.ltd.uk/"
}

if(Id==10)
{
 window.location.href="http://www.fusionplustv.com/"
}
if(Id==11)
{
 window.location.href="http://www.swisstekwatches.com/"
}
}
