<!-- Inline divs as popups -->

function divpopup(id,divname,title,left,ttop){ 
	divwin=dhtmlwindow.open(id, "div", divname, title, 
	"width=350px,height=300px,left="+left+"px,top="+ttop+"px,resize=1,scrolling=1");
}






