/*
*	-----------------------------------------------------------	
*	Popup parameters for /system/workstation/index.htm
*	-----------------------------------------------------------	
*/	

<!--
function popupworkstation(url) {
	newwindow=window.open(url,'name','height=560,width=795');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->


/*	
*	-----------------------------------------------------------	
*	Popup parameters for /system/client/index.htm
*	-----------------------------------------------------------	
*/	

<!--
function popupclient(url) {
	newwindow=window.open(url,'name','height=600,width=800');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->

