// JavaScript Document
function openwindow(ref)
{
	window.open("../pop.php?ref=" + ref, "popup", config='height=405, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
}