// JavaScript Document

function openPage(url)
{
	window.open(url, '', 'location=0, toolbar=0, resizable=0, scrollbars=1, width=500, height=330');
}
