function set_header(page_path){

	path = 'http://www.nampak.com/images/banners/' + page_path;
	//alert (path);
	parent.frames['top_frame'].location =  path
	
}