// JavaScript Document

function smart()
{
	newwindow = window.open('url','webhotel');
}

