//var im_WMPWidth = 230;
//var im_WMPHeight = 134;
var im_WMPWidth = 240;
var im_WMPHeight = 154;
var im_WMPpos = "center";
var im_WMPscroll = "no";
var im_win=null;

function im_WMPWindow(fid){
	if(im_WMPpos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-im_WMPWidth)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-im_WMPHeight)-75)):100;}
	if(im_WMPpos=="center"){LeftPosition=(screen.width)?(screen.width-im_WMPWidth)/2:100;TopPosition=(screen.height)?(screen.height-im_WMPHeight)/2:100;}
	else if((im_WMPpos!="center" && im_WMPpos!="random") || im_WMPpos==null){LeftPosition=0;TopPosition=20}
	settings='width='+im_WMPWidth+',height='+im_WMPHeight+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,location=0,directories=0,status=0,menubar=0,toolbar=0,resizable=0';
	im_win=window.open('http://www.im.tv/vlog/imwmplayer.asp?fid='+fid,'implayer'+fid,settings);
}