<!--
function OpenWindow(string,width,heigth) {
	window.open(string,"Details",'scrollbar=yes,toolbar=no,resizeable=no,width='+width+',height='+heigth);
}
// -->

