//This method is used to open a pop up window
function IsPopupBlocker() 
{
	var strNewURL = "/BrowserCheck/popupwindow.html"
	var Strfeature = "" ;
	var WindowOpen = window.open (strNewURL,"MainWindow","width=300,height=200,top=400,left=550");
	var obj = WindowOpen.name;
}
	
				
