// JavaScript Document
function openStockWindow (url) {
	window.open (url, "pop", "width=650,height=700,scrollbars=1").focus ();
}

