﻿
function oos_openwindow(productID, lang, productUrl)
{

    window_name = window.open('http://database.mytrendyphone.com/oos_registration.aspx?pid=' + productID + '&lang=' + lang + '&purl=' + productUrl, 'window_name', 'toolbar=no,status=no,width=550,height=250,top=170,left=350');
}
