<!--
	/*
		filename: EADClassifieds.js
		project: www.townmoneysaver.com 	CLASSIFIEDS
		depencies: popup.js, js variable strRootURL
	*/
	
	//description: used for popping up a large image based on dimensions
	function CLASSIFIEDS_ExpandImage( strID, lngID, lngWidth, lngHeight )
	{
		var	strProp;
		strProp = POPUP_MakeProperties( 100, 100, lngWidth, lngHeight, false, false, false, false, false, false, false );
		POPUP_OpenGet( strRootURL + '/markets/classifiedImage.asp?ID=' + lngID + '&str=' + strID, 'TMSClassifieds' + lngID + strID, strProp );
	}
//-->
