var win = null;
function NewWindowGoogle(mypage,myname,w,h,scroll)
{
var embedcode = '<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid='+mypage+'&hl=en&fs=true&autoPlay=true" style="width:455px;height:355px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed>';
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable';
win = window.open("",myname,settings);
win.document.write('<HTML><HEAD><TITLE>IndiaMART Videos</TITLE></HEAD><BODY BGCOLOR="#000000">'+embedcode+'</BODY></HTML>');
}



var win = null;
function NewWindowYahoo(mypage,myname,w,h,scroll)
{
var embedcode = '<embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id='+mypage+'&vid=5104730&lang=en-us&intl=us&embed=1" ></embed>';
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable';
win = window.open("",myname,settings);
win.document.write('<HTML><HEAD><TITLE>IndiaMART Videos</TITLE></HEAD><BODY BGCOLOR="#000000">'+embedcode+'</BODY></HTML>');
}