function your_advise()
{
	newWindow=window.open("js/take_advise.html", "take_advise","width=550,height=460")
	newWindow.focus()
};
function best_site()
{
	newWindow=window.open("js/best_site.html", "take_advise","width=550,height=320")
	newWindow.focus()
}
