function vdo(pth,file,wd,hg)
{
if(pth=='wb')
	weburl="http://www.webvastu.com";
if(pth=='vs')
	weburl="http://www.vaastu-shastra.com";
if(pth=='si')
	weburl="http://www.sereneinteriors.com";

wwd=wd+40;
whg=hg+40;

sc_wd = (window.screen.width/2)-100;
sc_ht = (window.screen.height/2)-100;

mywindow = window.open ("",  "mywindow","location=0,status=0,scrollbars=1,width="+wwd+",height="+whg+",toolbar=0");
mywindow.document.write('<HTML><HEAD><TITLE></TITLE></HEAD><BODY LEFTMARGIN="0" TOPMARGIN="0" BGCOLOR="#000000">');
mywindow.document.write('<CENTER CLASS="mv"><BR><OBJECT ID="MMPlayer1" WIDTH="'+wd+'" HEIGHT="'+hg+'" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" BORDER="1">');
mywindow.document.write('<PARAM NAME="FileName" VALUE="'+weburl+'/'+file+'.asx">');
mywindow.document.write('<PARAM NAME="ShowControls" VALUE="1"><PARAM NAME="ShowStatusBar" VALUE="1"><PARAM NAME="ShowDisplay" VALUE="0"><PARAM NAME="DefaultFrame" VALUE="Slide"><PARAM NAME="Autostart" VALUE="1">');
mywindow.document.write('<EMBED TYPE="application/x-mplayer2" PLUGINSPAGE="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" SRC="http://www.webvastu.com/'+weburl+'/'+file+'.asx" NAME="MMPlayer1" AUTOSTART="1" WIDTH="'+wd+'" HEIGHT="'+hg+'">');
mywindow.document.write('</OBJECT></CENTER>');
mywindow.document.write('</BODY></HTML>');
mywindow.moveTo(sc_wd,sc_ht);

}

function blowup(pic,wd,hg)
{

wwd=wd+40;
whg=hg+40;

sc_wd = (window.screen.width/2)-200;
sc_ht = (window.screen.height/2)-100;

mywindow = window.open ("",  "mywindow","location=0,status=0,scrollbars=1,width="+wwd+",height="+whg+",toolbar=0");
mywindow.document.write('<HTML><HEAD><TITLE></TITLE></HEAD><BODY LEFTMARGIN="0" TOPMARGIN="0" BGCOLOR="#000000">');
mywindow.document.write('<CENTER CLASS="mv"><BR>');
mywindow.document.write('<IMG SRC="gifs/'+pic+'.jpg" WIDTH="'+wd+'" HEIGHT="'+hg+'"');
mywindow.document.write('</CENTER></BODY></HTML>');
mywindow.moveTo(sc_wd,sc_ht);


}

function em()
{
var name = "smita";
var domain = "vaastu-shastra.com";
document.write('<A HREF="mailto:'+name+'@'+domain+'?subject=Vastu Consultation Mail through vaastu-shastra.com"><IMG SRC="gifs/elink.gif" BORDER="0" WIDTH="176" HEIGHT="17"></A>');
}

function em2()
{
var name = "smita";
var domain = "vaastu-shastra.com";
document.write('<A HREF="mailto:'+name+'@'+domain+'?subject=Request for Job"><IMG SRC="gifs/elink.gif" BORDER="0" WIDTH="176" HEIGHT="17"></A>');
}