function pictwnd(url,name,format){
	if(name==null) name='_blank';
	window.open(url,name,format);
}
