/*
 * Title: Donwload
 *
 * Date: 2009-12-01
 * Revision: 1
 */
$(document).ready(function() {
	$("a.license").click(function(){
		window.open(this.href,'license_agree','width=600,height=650,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes');
		return false;
	});
});

