function loadFrames(url1, url2) { 
	parent.frames["subNavigation"].location.href=url1; 
	parent.frames["content"].location.href=url2;
}
