function dopop(strurl,strprod) {
	strprod = window.open(strurl+"&amp;popup=popup","","width=600px,height=700px,scrollbars,resizable");
	return false;
}
