function openAd(tmpAdId, tmpPage){
		var str4='AdWindow = window.open("ad_details.asp?adId=" + tmpAdId, "Ad", "height=500,width=650,titelbar=1,channelmode=0,screenX=0,left=0,screenY=0,top=0,hotkeys=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=1");AdWindow.focus();';
		eval(str4);
}
