
function launch_vw(theURL){
var the_userAgent = navigator.userAgent.toLowerCase();
if (the_userAgent.indexOf('mac') != -1 && navigator.appName == 'Microsoft Internet Explorer'){
	new_win = window.open(theURL, '', 'WIDTH=770,HEIGHT=550,toolbar=yes, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes,');
	}
	else {
	new_win = window.open(theURL, '', 'WIDTH=770,HEIGHT=550,SCROLLING=TRUE,STATUS=FALSE');
	}
if (the_userAgent.indexOf('aol') == -1){
	new_win.moveTo(((screen_width / 2) - 350), ((screen_height / 2) - 250))
	}
}

var screen_height = screen.availHeight;
var screen_width = screen.availWidth;




function launch_linkaub(){ 
var the_userAgent = navigator.userAgent.toLowerCase();
if (the_userAgent.indexOf('mac') != -1 && navigator.appName == 'Microsoft Internet Explorer'){
	new_win = window.open('linkaub.aspx', '', 'WIDTH=420,HEIGHT=450,scrollbars=yes');
	}
	else {
	new_win = window.open('linkaub.aspx', '', 'WIDTH=420,HEIGHT=450,scrollbars=yes');
	}
if (the_userAgent.indexOf('aol') == -1){
	new_win.moveTo(((screen_width / 2) - 350), ((screen_height / 2) - 250))
	}
}

var screen_height = screen.availHeight;
var screen_width = screen.availWidth;
