function sp(theRow, color) {
	theRow.style.backgroundColor = color;
}

function dwnldNow2(id) {
window.open("/go/g.php?&id="+id,'dwnld',"width=420, height=500, top=100, left=300, toolbar=no, menubar=no, scrollbars=yes, resizable=yes");
}

function s_photos() {
	window.open('/myphoto.php', 'myphoto', 'width=600, height=450, scrollbars=1');
}

function s_region(type) {
	window.open('/myregion.php?act='+type, 'myregion', 'width=600, height=450, scrollbars=1');
}