function openWindow(address){
		var openWindow = window.open(address,"Ditkoff","fullscreen=no,toolbar=yes,status=no,menubar=yes,scrollbars=yes,resizable=no,directories=no,location=no,width=300,height=300,left=20,top=20")
		openWindow.focus();
}

function openVFWindow(address){
		var openWindow = window.open(address,"Ditkoff","fullscreen=no,toolbar=yes,status=no,menubar=yes,scrollbars=yes,resizable=no,directories=no,location=no,width=600,height=600,left=20,top=20")
		openWindow.focus();
}