// JavaScript Document
function changeimg(obj,img){
	obj.src = "images/"+img;
}
function openmap(){
	window.open("../map.php","TAPTechnology",'width=800,height=600,location=0,toolbar=0,directoris=0,status=0,menubar=0,scrollbars=1,resizable=0');
}

var s_width = screen.width;
var s_height = screen.height;

function windownoscroll(target,nameofwindow,height,width,status,left,top,resizeable) 
{ 
	var r_h = (s_height-height)/2;
	var r_w = (s_width-width)/2;

	window.open(target,nameofwindow,'location=0,toolbar=0,directoris=0,status='+status+',menubar=0,scrollbars=0,resizable='+resizeable+',width='+width+',height='+height+',left='+r_w+',top='+r_h+''); 

}
function miniwindownoscroll(target,nameofwindow,height,width,status,left,top,resizeable) 
{ 
window.open(target,nameofwindow,'location=0,toolbar=0,directoris=0,status='+status+',menubar=0,scrollbars=0,resizable='+resizeable+',width='+width+',height='+height+',left='+left+',top='+top+''); 

}

function whatissms() {
	windownoscroll('/sms/whatissms.php','whatissms','510','850','0','13','20','0');
}
function whysms() {
	window.open('/sms/whysms.php','whysms','scrollbars=1');
}
