function openDomWindowForFlash() {
	$.colorbox({href:"/ftp_login",iframe:false,width:'500px',height:'300px'});
}

function closeDomWindowForFlash() {
	$('#colorbox').colorbox.close();
}

$(document).ready(function(){       
	
});
