<!--

function popitup(url)
{
	newwindow=window.open(url,'Controlaccount','width=500,height=550,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupContent(url)
{
	newwindow=window.open(url,'Controlaccount','width=580,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupForex(url)
{
	newwindow=window.open(url,'Controlaccount','width=450,height=180,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupTerms(url)
{
	newwindow=window.open(url,'Controlaccount','width=800,height=700,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

function popupinstructions(url)
{
	newwindow=window.open(url,'Controlaccount','width=580,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
} 

function popOrder(url)
{
	newwindow=window.open(url,'Controlaccount','width=700,height=700,scrollbars=no addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popUploadDoc(url)
{
	newwindow=window.open(url,'Controlaccount','width=400,height=200,scrollbars=20 addressbar=no');
	if (window.focus) {newwindow.focus()}
}
// --->

