/*****************************************************************************
* Copyright (c) 2003-2004 IT Solutions (India) Pvt Ltd.
* All Rights Reserved
* This work contains trade secrets and confidential material of IT Solutions
* India Pvt Ltd.,
* and its use of disclosure in whole or in part without express written
* permission of IT Solutions India Pvt Ltd. is Prohibited.
*
* Company                   : Honeywell
* Project                   : TurboByGarrett(HWTR-001)
* Name                      : popup_gearhead.js
* Description               : Contains javascript function for opening registration page 
* References                : None
*
* Modification
* History :
* Date         	Version		Modified by     Brief Description of Modification
* 23-Jul-20023	  0.01     	   ITS          Initial Release for SR 13425
******************************************************************************/


//opens the 'Become a Gearhead' pop-up
//Commented and Modified for SR 13425
/*
function openGHRegister()
{ window.open('../garage_shop/gearhead_popup.html','GHReg','toolbar=no,location=no,menubar=no,status=no,scrollbars=no,width=454,height=269,resizable=no')
}
*/

function openGHRegister()
{	
	//window.open('../jsp/gearhead_popup.jsp','GHReg','toolbar=no,location=no,menubar=no,status=no,scrollbars=no,width=454,height=269,resizable=no')
	window.open('/turbobygarrett/jsp/gearhead_popup.jsp','GHReg','toolbar=no,location=no,menubar=no,status=no,scrollbars=no,width=454,height=269,resizable=no')
}

//End of Modification for SR 13425

