function openPopUp_520x390(href, target)
{
	window.open(href, target, 'width=516, height=600, top=0, toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=0, resizable=0');
	return false;
}


if (top.location != self.location) top.location = self.location;




function changeSize(elm, _size, class_name)
{
	document.getElementById(elm).className = class_name + ' ' + class_name + '_' + _size;
	Set_Cookie('text_size', _size, 30, '', '', '');
}






$().ready(function() {  
$('#add').click(function() {  
return !$('#select1 option:selected').remove().appendTo('#select2');  
});  
$('#remove').click(function() {  
return !$('#select2 option:selected').remove().appendTo('#select1');  
});  
});



function kapat(kapanan){
    document.getElementById(kapanan).style.display='none';
}
