// JavaScript Document

 function switchIt(which) {
	window.location=which;
 }

function switchItBig(which) {
		parent.location.href=which;
}