// JavaScript Document
function show_policy(){
	feat = "width=400, height=300, toolbar=no, menubar=no, resizable=no, location=no, status=no";
	window.open('support/policy.html',"policy", feat);
}
function show_2257(){
	feat = "width=400, height=300, toolbar=no, menubar=no, resizable=no, location=no, status=no";
	window.open('support/2257.html',"2257", feat);
}
function show_support(){
	feat = "width=400, height=300, toolbar=no, menubar=no, resizable=no, location=no, status=no";
	window.open('support/support.html',"2257", feat);
}