// JavaScript Document

function IW_Jump(target){
	document.location.href=target;
}