//Adaptive Image JScript Window Onload function handler
window.onload = function() { //onload events
	MakeTitles();
	ExternalLinks();
	InitMenu();
}
