function OpenBalifolder() {
	var NewWindow =window.open("http://www.balifolder.com/","balifolder","location=yes,toolbar=yes,menubar=yes,resizable=yes,status=yes,scrollbars=yes,width=600,height=400");
	NewWindow.focus();
}