﻿<!--
var popwin1 = divwin;

function openwindow(wid,tit, url, w, h) 
	{
	cur_path="../images/divwin/";
	var contenthtml = '<table width="100%" height="100%" bgColor="#eeeeee"><tr><td style="overflow:hidden;"><IFRAME style="filter: Chroma(Color=white);" id="if_'+wid+'" border=0 name="if_'+wid+'" marginWidth=0 marginHeight=0 src="'+ url +'" frameBorder=No  scrolling="no" width="'+w+'" height="'+h+'"></IFRAME></td></tr></table>';
	popwin1.init(wid,tit,contenthtml);
	popwin1.resize(w,h);
	}

//-->

