function BasicFeatures(){
	thewindow = window.open('/hosting/basic_features.html', 'features', config='height=380,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function PlusFeatures(){
	thewindow = window.open('/hosting/plus_features.html', 'features', config='height=420,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function AdvancedFeatures(){
	thewindow = window.open('/hosting/advanced_features.html', 'features', config='height=460,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function ExpertFeatures(){
	thewindow = window.open('/hosting/expert_features.html', 'features', config='height=460,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function NTProfessionalFeatures(){
	thewindow = window.open('/hosting/ntprofessional_features.html', 'features', config='height=460,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function NTDeveloperFeatures(){
	thewindow = window.open('/hosting/ntdeveloper_features.html', 'features', config='height=460,width=550,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}
function ResellerTour(){
	thewindow = window.open('/hosting/reseller/tour.phtml', 'tour', config='height=,width=,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
}