function open_vclinic(){
	window.open(
		"./virtual.html?KeepThis=true&amp;TB_iframe=true&amp;height=675&amp;width=580",
		"test",
		"width=400,height=500"
	);
}
