/* µ¯³ö´°¿Ú */
function dtil(url,width,height,scrol)
{
	canshu="scrollbars="+scrol+",width="+width+",height="+height;
	window.open(url,'',canshu);
}
