  function openbag(sUrl,sTitle,iWidth,iHeight) { 
	window.open(sUrl,sTitle,'width='+parseInt(iWidth)+',height='+parseInt(iHeight)+' top=200 left=300');
}
