﻿

function OpenLiveChatWindow(msg)
{
	//window.open("http://server.iad.liveperson.net/hc/47411879/?cmd=file&file=visitorWantsToChat&site=47411879&SESSIONVAR!survey_pre-chat_enable=Off&SESSIONVAR!source=chatbox&SESSIONVAR!message="+msg, 'chat47411879','width=472,height=320,resizable=yes');
	//window.location.href="http://www.ourweddingday.com/Bridal411/index.aspx?u=1";
	window.open("http://www.ourweddingday.com/Users/livechat.aspx?msg="+ msg, 'chat47411879','width=472,height=320,resizable=yes');
 //window.location.href="http://www.ourweddingday.com/Bridal411/index.aspx?u=1";
}
function OpenLiveChatWindowAdmin(msg)
{
 window.open("http://www.ourweddingday.com/Users/livechat.aspx?msg="+ msg, 'chat47411879','width=472,height=320,resizable=yes');
 //window.location.href="http://www.ourweddingday.com/Users/MyAdmin/WeddingPlanner/Bridal411.aspx?u=1";
	//return true;
}
function HeaderEmptyBox(txtBox, text)
{
    if(txtBox.value==text)
        txtBox.value = '';
}
function HeaderFillBox(txtBox, text)
{
if(txtBox.value == '')
{
txtBox.value = text;
}
}

function Brida9()
{

	a=openchatwindow('chat47411879',"1");
	
	window.location.href="http://www.ourweddingday.com/Users/MyAdmin/WeddingPlanner/Bridal411/index.aspx?u=1";

	return (a);
	
return true;
}