function hosting(path) {
	window.open(path,"hostingpopup","width=700,height=600,menubar=no,locationbar=no,status=no,resizable=no,scrollbars=yes");
}
