// JavaScript Document
function findMe(target,subtarget){
document.getElementById(target).className="prod_cur";
	if (subtarget != null){
	document.getElementById(subtarget).className='prod_cur';
	}
}

function popwind(url)
{
newwindow=window.open(url,'newwin','width=650, height=500,resizable=1');
if (window.focus) {newwindow.focus();}
return false;
}

//mywindow.focus();
//return false;
//}
