lastitem=null;
function protoggle(id){
	itm=swoop.getObjById("pro_"+id+"_sub");
	prohide();
	if(itm!=null){
		lastitem=itm;
		tds=swoop.getObjByTag("TD", itm);
		if((tds!=null)&&(typeof(tds)==is_type._obj)&&(typeof(tds[1])==is_type._obj)){
			tds[1].innerHTML="<iframe src=\""+swoop.pth+"content/html/products/basket/request.html?id="+id+"\" id=\"pro_req_basket\" name=\"pro_req_basket\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" height=\"170\" width=\"100%\" scrolling=\"no\"></iframe>";}
		itm.className="tab_row";}}
function prohide(){
	if(lastitem!=null){
		tds=swoop.getObjByTag("TD", lastitem);
		if((tds!=null)&&(typeof(tds)==is_type._obj)&&(typeof(tds[1])==is_type._obj)){
			tds[1].innerHTML="&nbsp;";}
			lastitem.className="hidden";}}
