// Get_Devices
function Get_Devices()
{
   classic = document.myform.classic.value;
   fold = document.myform.fold.value;
   slide = document.myform.slide.value;
   twist = document.myform.twist.value;
   large_screen = document.myform.large_screen.value;
   full_qwerty_keyboard = document.myform.full_qwerty_keyboard.value;
   bluetooth = document.myform.bluetooth.value;
   internet_browser_with_html = document.myform.internet_browser_with_html.value;
   email_application = document.myform.email_application.value;
   wcdma_3g = document.myform.wcdma_3g.value;
   fm_radio = document.myform.fm_radio.value;
   music_player = document.myform.music_player.value;
   video_recorder = document.myform.video_recorder.value;
   camera_megapixels = document.myform.camera_megapixels.value;
   internet_over_wlan = document.myform.internet_over_wlan.value;
   speaker_phone = document.myform.speaker_phone.value;
   video_playback = document.myform.video_playback.value;
   push_email_support = document.myform.push_email_support.value;
   gps_navigation = document.myform.gps_navigation.value;
   global_roaming_support = document.myform.global_roaming_support.value;
   smartphone = document.myform.smartphone.value;
   price = document.myform.price.value;
   sort = document.myform.sort.value;
   date = new Date();
   time = date.getTime();
   
   $url = "get_devices.php?classic="+classic+"&fold="+fold+"&slide="+slide+"&twist="+twist+"&large_screen="+large_screen+"&full_qwerty_keyboard="+full_qwerty_keyboard+"&bluetooth="+bluetooth+"&internet_browser_with_html="+internet_browser_with_html+"&email_application="+email_application+"&wcdma_3g="+wcdma_3g+"&fm_radio="+fm_radio+"&music_player="+music_player+"&video_recorder="+video_recorder+"&camera_megapixels="+camera_megapixels+"&internet_over_wlan="+internet_over_wlan+"&speaker_phone="+speaker_phone+"&video_playback="+video_playback+"&push_email_support="+push_email_support+"&gps_navigation="+gps_navigation+"&global_roaming_support="+global_roaming_support+"&smartphone="+smartphone+"&price="+price+"&sort="+sort+"&time="+time;
   
   process($url);
}

// Compare
function Compare(id, name, operation)
{
   classic = document.myform.classic.value;
   fold = document.myform.fold.value;
   slide = document.myform.slide.value;
   twist = document.myform.twist.value;
   large_screen = document.myform.large_screen.value;
   full_qwerty_keyboard = document.myform.full_qwerty_keyboard.value;
   bluetooth = document.myform.bluetooth.value;
   internet_browser_with_html = document.myform.internet_browser_with_html.value;
   email_application = document.myform.email_application.value;
   wcdma_3g = document.myform.wcdma_3g.value;
   fm_radio = document.myform.fm_radio.value;
   music_player = document.myform.music_player.value;
   video_recorder = document.myform.video_recorder.value;
   camera_megapixels = document.myform.camera_megapixels.value;
   internet_over_wlan = document.myform.internet_over_wlan.value;
   speaker_phone = document.myform.speaker_phone.value;
   video_playback = document.myform.video_playback.value;
   push_email_support = document.myform.push_email_support.value;
   gps_navigation = document.myform.gps_navigation.value;
   global_roaming_support = document.myform.global_roaming_support.value;
   smartphone = document.myform.smartphone.value;
   price = document.myform.price.value;
   sort = document.myform.sort.value;
   date = new Date();
   time = date.getTime();
   
   $url = "get_devices.php?classic="+classic+"&fold="+fold+"&slide="+slide+"&twist="+twist+"&large_screen="+large_screen+"&full_qwerty_keyboard="+full_qwerty_keyboard+"&bluetooth="+bluetooth+"&internet_browser_with_html="+internet_browser_with_html+"&email_application="+email_application+"&wcdma_3g="+wcdma_3g+"&fm_radio="+fm_radio+"&music_player="+music_player+"&video_recorder="+video_recorder+"&camera_megapixels="+camera_megapixels+"&internet_over_wlan="+internet_over_wlan+"&speaker_phone="+speaker_phone+"&video_playback="+video_playback+"&push_email_support="+push_email_support+"&gps_navigation="+gps_navigation+"&global_roaming_support="+global_roaming_support+"&smartphone="+smartphone+"&price="+price+"&sort="+sort+"&id="+id+"&name="+name+"&operation="+operation+"&time="+time;
   
   process($url);
}

// Get_Accessories
function Get_Accessories()
{
   id_nokia_phones = document.myform.id_nokia_phones.value;
   price = document.myform.price.value;
   id_nokia_accessories_types = document.myform.id_nokia_accessories_types.value;
   sort = document.myform.sort.value;
   date = new Date();
   time = date.getTime();
   
   $url = "get_accessories.php?id_nokia_phones="+id_nokia_phones+"&price="+price+"&id_nokia_accessories_types="+id_nokia_accessories_types+"&sort="+sort+"&time="+time;
   
   process($url);
}
