
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function openScreenshot(img_src, img_title, x, y){
	//<a href="javascript:openWin('/common/handlers/screenshot.shtm?image=/call-center/images/scrn-call_center2-lg.gif&title=Siebel+Call+Center+Screenshot','presentation','width=952,height=508');"><img src="/call-center/images/scrn-call_center2-sm.gif" border="0" align="right" width="153" height="87" alt="Real-Time Loyalty Management drives retention and long-term customer value."></a>
	var win_url = '/common/handlers/screenshot.shtm?image='+img_src+'&title='+escape(img_title);
	var win_name = 'presentation';
	var win_props = 'width='+x+',height='+y; 
	
	window.open(win_url,win_name, win_props);
} 

function openWin1(value) {
	var n=open(value,'blindersopen','width=745,height=600,menubar=no,scrollbars=yes,resizable=no');
}

function openWin2(value) {
	var n=open(value,'blindersopen','width=780,height=500,menubar=no,scrollbars=yes,resizable=no');
}

function openWin_real(value) {
	var n=open(value,'blindersopen','width=210,height=210,menubar=no,scrollbars=no,resizable=no');
}

function openWin_real2(value) {
	var n=open(value,'blindersopen','width=320,height=305,menubar=no,scrollbars=no,resizable=no');
}

function openWinPR(theURL,name,width,height,scrolls) {
   window.open(theURL,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scrolls+',resizable=no,top=5,left=5,screenX=5,screenY=5,width='+width+',height='+height)
}
 function openWin(theURL,name,width,height) {
   window.open(theURL,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=5,left=5,screenX=5,screenY=5,width='+width+',height='+height)
}
