﻿function Open(www) {
	var target="New";
	newWindow=open(www, target);
}

