	
function emailPage()
{
	document.location = 'mailto:?subject=SurfControl Information&body=Вот ссылка на полезную информацию с сайта SurfControl: ' + document.location;
}

function popWin(pageName){
newWindow = window.open(pageName,'popupWindow','toolbar=no,scrollbars=yes,width=600,height=600')
}

leftPos = 0
if (screen) {
leftPos = screen.width-650
}

function popFlash(flashName){
newWindow1 = window.open(flashName,'current','width=785,height=589,scrollbars=yes, location=no,toolbar=no')
}

function closeWin(){
printWindow = window.close();
}
//for WebMenu when you need to open a new window from top nav
function menuWindow(urlToOpen){ 
theWindow = window.open(urlToOpen,"secondWindow","width=750,height=500,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,resizable=yes,left=10,top=6")
theWindow.focus()
}

function featureWindow(feat){ 
featWindow = window.open(feat,"features","width=750,height=500,toolbar=no,menubar=yes,scrollbars=yes,left=10,top=6")
featWindow.focus()
}
//for the email features table - it's smaller
function efeatureWindow(efeat){ 
efeatWindow = window.open(efeat,"efeatures","width=600,height=400,toolbar=no,menubar=yes,scrollbars=yes,left=10,top=6")
featWindow.focus()
}
//for the site guide popup - it's smaller
function guideWindow(efeat){ 
guideWindow = window.open(efeat,"efeatures","width=300,height=350,toolbar=no,menubar=no,scrollbars=yes,left=10,top=6")
guideWindow.focus()
}
