// JavaScript Document
var _gRootPath = "http://www.karroxbootcamp.com/";
//var _gRootPath = "http://localhost/bootcamp/";
//var _gRootPath = "//Sunshine/website/Client/Bootcamps/website/";
//var _gRootPath = "E:/nirav/Karrox/website";
var _gCurrPage = "";
var _FromPageName = "";  //Bharat
function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);
/*
//alert(document.location.href);
try
   {
		// window.open(theURL,winName,features);
		//document.location.href = theURL;
		document.writeln("<scr" + "ipt language='jscript'>");
		document.write("window.open('"+theURL+"','"+winName+"','"+features+"');");
		document.writeln("</scr" + "ipt>");
		//alert(_gCurrPage);	
		//if(_gCurrPage.length > 0)
			document.location.href = document.location.href; //_gCurrPage;
       // }
   }
catch(err)
   {
	   txt="There was an error on this page.\n\n"
	   txt+="Error description: " + err.description + "\n\n"
	   txt+="Click OK to continue.\n\n"
	   alert(txt)
   }
*/   
}