function NewWindow(url, target) {
	var args ="";
	window.open(url, target, args);
}//end function NewWindow(url, target)
