var newwindow;
function windowcontrol(url)
{
	newwindow=window.open(url,'name','height=400,width=400,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
function windowcontrolemail(url)
{
	newwindow=window.open(url,'name','height=600,width=600,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}
function windowcontrolcontract(url)
{
	newwindow=window.open(url,'name','height=600,width=680,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
function windowcontrolsearch(url)
{
	newwindow=window.open(url,'name','height=600,width=820,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
