function popup(mylink, windowname) {
if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	window.open(href, windowname, 'width=600,height=330,scrollbars=yes');
	return false;
}
//function qchange(dname) {
//	document.getElementById('div_' +dname).innerHTML='* * Quantity changed. Click the update button to recalculate* *';
//}


function qchange (){
	document.getElementById('div_UpdateRemainder').style.display='block';
	document.getElementById('div_update_bar').style.backgroundColor='#ffff99';	
	
}
