function processform() {

	if(document.forms['resform'].ref[0].checked) {
		/*window.location = document.forms['resform'].ref[0].value;*/
		neww(document.forms['resform'].ref[0].value);

	}

	if(document.forms['resform'].ref[1].checked) {
		/*window.location = document.forms['resform'].ref[1].value;*/
		neww(document.forms['resform'].ref[1].value);

	}

	if(document.forms['resform'].ref[2].checked) {
		/*window.location = document.forms['resform'].ref[2].value;*/
		neww(document.forms['resform'].ref[2].value);

	}

	if(document.forms['resform'].ref[3].checked) {
		/*window.location = document.forms['resform'].ref[3].value;*/
		neww(document.forms['resform'].ref[3].value);

	}

	if(document.forms['resform'].ref[4].checked) {
		/*window.location = document.forms['resform'].ref[4].value;*/
		neww(document.forms['resform'].ref[4].value);

	}

}

function load(url) {

var load = window.open(url,'','scrollbars=no,menubar=no,height=501,width=810,resizable=no,toolbar=no,location=no,status=no');

}
function destroymovie() {
	//h = getElementById('header-container-master');
	a = document.getElementById('dm1');a.style.display = 'none';b = document.getElementById('dm2');b.style.display = 'none';
}




function neww(url) {
var load = window.open(url,'');
}
