
function PopWin(url,name,style) {
  
  window.open(url,name,style);
}

function bgcoloron(element) {
	element.style.backgroundColor = '#e9e9e9';
}

function bgcoloroff(element) {
	element.style.backgroundColor = '#ffffff';
}