

var newwindow1;
function tandc(url)
{
	newwindow1=window.open(url,'name','height=700,width=600, scrollbars=yes, left=300, top=100');
	if (window.focus) {newwindow.focus()}
}
