// JavaScript Document
function openwindow(URL)
	{
		var width=750;
	var height=650;
	//var wTop=25;
	//var wLeft=150;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=yes,width=750,height=650, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
  	//var winRandom= Math.floor(Math.random()*100);
	var dummy="rey";
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	
	//
	var  newWindow=window.open(URL, eval(str), windowftr);
	}
function tellaFriend(URL)
	{
	var width=400;
	var height=350;
	//var wTop=25;
	//var wLeft=150;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=350,height=350, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="z"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	
	//
	//var URL = "../../tell_a_friend.asp?lcURL=residential_projects/asp/dwarkadish_aravali_heights.asp"
	var  newWindow=window.open("http://www.sanjeevbuildwell.in/tell_a_friend.asp?lcURL="+URL, eval(str), windowftr);
	}

function sendFeedback()
	{
	var width=400;
	var height=350;
	//var wTop=25;
	//var wLeft=150;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=400,height=400, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="z"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	
	//
	//var URL = "../../tell_a_friend.asp?lcURL=residential_projects/asp/dwarkadish_aravali_heights.asp"
	var  newWindow=window.open("http://www.sanjeevbuildwell.in/feedback_Form.asp?ModeFlag=0", eval(str), windowftr);
	}
function Request_MoreInfo(URL)
	{
	var width=400;
	var height=350;
	//var wTop=25;
	//var wLeft=150;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=400,height=400, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="x"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	
	//
	//var URL = "../../tell_a_friend.asp?lcURL=residential_projects/asp/dwarkadish_aravali_heights.asp"
	var  newWindow=window.open("http://www.sanjeevbuildwell.in/Request_MoreInfo.asp?ModeFlag=0&lcURL="+URL, eval(str), windowftr);
	}

function Send_SMS()
	{
	var width=400;
	var height=350;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=400,height=350, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="x"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	var  newWindow=window.open("http://www.sanjeevbuildwell.in/Send_SMS.asp?ModeFlag=0", eval(str), windowftr);
	}
function FreeCall()
	{
	var width=400;
	var height=350;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=400,height=350, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="x"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	var  newWindow=window.open("http://www.sanjeevbuildwell.in/FreeCall_Form.asp?ModeFlag=0", eval(str), windowftr);
	}
function LiveChat()
	{
	var width=700;
	var height=460;
	var winTop=(screen.height/2)-height/2;
	var winLeft=(screen.width/2)-width/2;
	var windowftr="scrollbars=no,width=700,height=460, resizable=no, ";
	windowftr=windowftr+"left="+winLeft+",";
	windowftr=windowftr+"top="+winTop;
	var dummy="x"
	var theURL, str
	//for new window
		var winName= Math.floor(Math.random()*100000);
				str='stc'+ winName  ;
		theURL=theURL+"&wName=" + str;
		str="'" + str + "'";
	var  newWindow=window.open("http://sanjeevbuildwell.in/chatroom/default.asp", eval(str), windowftr);
	}
