function evtLoad(){
	
}
function openWin(thisProduct, thisSection){

    if(thisSection=="preowned"){
	    javascript:window.open('preowned_popup.jsp?product_id='+thisProduct,'', 'height=420, width=450')
	}else{
	     javascript:window.open('offers_popup.jsp?product_id='+thisProduct,'', 'height=420, width=450')  
	}

}