// JavaScript Document

//jQuery
function loadjQuery(){
	loadjscssfile("../js/jquery/jquery-1.4.4.min.js", "js");
	}
//jQuery UI
function loadjQueryUI(){
	loadjscssfile("../js/jquery/css/custom-theme/jquery-ui-1.8.11.custom.css", "css");
	loadjscssfile("../js/jquery/jquery-ui-1.8.11.custom.min.js", "js");	
}
//jQuery jqgrid
function loadjQueryjqGrid(){
	loadjscssfile("../js/jquery/plugins/jqgrid/css/ui.jqGrid.css", "css");
	loadjscssfile("../js/jquery/plugins/jqgrid/js/i18n/grid.locale-en.js", "js");
	loadjscssfile("../js/jquery/plugins/jqgrid/js/jquery.jqGrid.min.js", "js");	
}
//jQuery prettyPhoto
function loadjQueryPrettyPhoto(){
	loadjscssfile("../js/jquery/plugins/prettyPhoto/css/prettyPhoto.css", "css");
	loadjscssfile("../js/jquery/plugins/prettyPhoto/js/jquery.prettyPhoto.js", "js");
}

//Cufon
function loadCufon(){
	loadjscssfile("../js/cufon/cufon-yui.js", "js");
}
function loadCufonFont(){
	loadjscssfile("../js/cufon/Sansation_400-Sansation_700.font.js", "js");
}
