/* Open Popup Starts */
function OpenPopUpWindow(url,width,height,scrollbars)
{	
	window.open(url,'',"width="+width+", height="+height+", scrollbars="+scrollbars+", screenX=100, screenY=100, location=0, resizable=0, status=1, toolbar=0, menubar=0", false);
}
/* Open Popup Ends */