// JavaScript Document

function openPage(url, oid){
	var obj = document.getElementById('pageid'+oid);
	window.location = (url+obj.value);
}