// JavaScript Document

function openWindow(src,name,params)
{
	window.open(src,name,params);
	//return false;
}