function openNewWindow(){
	var objAnchor = document.getElementById("win");
	objAnchor.setAttribute("target","_blank");
}
openNewWindow();