//がんばって書いたのでパクちゃイヤです。どーせソースはシロートなわけだし。
//ステイタスバー世界標準時時計
function nuClock(){
		var acDate = new Date();
		var GMTime = acDate.toGMTString();
		status = GMTime+' [Greenwich Mean Time]';
		setTimeout('nuClock()',1000);
}


//以下ウィンドウ操作部 By Dreamweaver。
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function PickedUpWin(destinationURL){
	window.open(destinationURL,"",'scrollbars=yes,width=500,height=500');
}
function GoGo(){
	PickedUpWin(document.PickedUpForm.PickedUpSelect.value);
}

