function subwin_expense(url){
	w=window.open(url,"subwin","width=700,height=500,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}


function subwin_varix(url){
	w=window.open(url,"subwin","width=700,height=400,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}


function subwin_laser(url){
	w=window.open(url,"subwin","width=700,height=900,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}


function subwin_vascular(url){
	w=window.open(url,"subwin","width=700,height=800,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}


function subwin_shoes(url){
	w=window.open(url,"subwin","width=700,height=530,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}